什么叫做"PING"?

来源:百度知道 编辑:UC知道 时间:2024/05/11 23:59:39

际网络封包摸索器(Ping)是种内建于Linux、Unix、及微软Windows中的故障排除功能命令。
通过传送资料包到特定IP地址,并等待响应.
如果得到快速回复,就可知道网站寄出与接收等通讯功能正常;
如果回复时间慢,可能是网络塞车。
你可在自己的局域网络使用Ping,或是在网络上Ping特定的网址。
Windows操作系统中,点选“开始”菜单中的“运行”,然后键入Ping,接着输入IP地址。
也可下载免费或共享的Ping工具。
举例:
ping www.baidu.com -t
得到:
Reply from 220.181.27.5: bytes=32 time=54ms TTL=53
Reply from 220.181.27.5: bytes=32 time=54ms TTL=53
Reply from 220.181.27.5: bytes=32 time=54ms TTL=53
Reply from 220.181.27.5: bytes=32 time=54ms TTL=53
(其中 -t 可以得到连续的检测)

ping [-t] [-a] [-n count] [-l length] [-f] [-i ttl] [-v tos] [-r count] [-s count] [-j computer-list] │ [-k computer-list] [-w timeout] destination-list

Options:

-t Ping the specified host until stopped.To see statistics and continue - type Control-Break;To stop - type Control-C.

不停的ping地方主机,直到你按下Control-C。